ASP.NET Core MVC コントロールヘルプ
MultiRow<T> クラス
メンバ 

C1.AspNetCore.Mvc.MultiRow アセンブリ > C1.Web.Mvc.MultiRow 名前空間 : MultiRow<T> クラス
The MultiRow control provides a powerful and flexible way to display and edit data in multiple rows per item.
オブジェクト モデル
MultiRow<T> クラス
シンタックス
'宣言
 
Public Class MultiRow(Of T) 
   Inherits C1.Web.Mvc.FlexGridBase(Of T)
   Implements C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
public class MultiRow<T> : C1.Web.Mvc.FlexGridBase<T>, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
型パラメータ
T
継承階層

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.ItemsBoundControl<T>
            C1.Web.Mvc.FlexGridBase<T>
               C1.Web.Mvc.MultiRow.MultiRow<T>

参照

MultiRow<T> メンバ
C1.Web.Mvc.MultiRow 名前空間